Build cross-platform desktop apps with JavaScript, HTML, and CSS
https://www.electronjs.org/
https://github.com/electron/electron-quick-start
# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start